/*
	@name Maison Catalogue RAW2
*/
/* Only edit this if you know what you are doing! */
body { margin: 0px; padding: 0px; font-family:"Arial"; overflow-x:hidden; }

/* Only edit this if you know what you are doing! */
img { position: absolute; display: block; margin: 0px; border: none; padding: 0px; }

/* Only edit this if you know what you are doing! */
div { position: absolute; }

#content-container { display: block; position: relative; width: 100%;  overflow: hidden;  margin-left: auto; margin-right: auto;  }

#content-container > div{ position: relative; top:inherit; }

/* Global Styling  */
h1,h2,h3 {
	font-weight: bold;          
	font-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

p {
	font-family: Raleway, Arial, Helvetica, sans-serif;
}

/* Reg  */
@media only screen and (min-width: 860px) {
	h1 {font-size: 28px;}
	h2 {font-size: 26px;}
	h3 {font-size: 25px;}
	p {font-size: 16px;}
}
/* Mobi */
@media only screen and (max-width: 860px) {
	h1 {font-size: 18px;}
	h2 {font-size: 17px;}
	h3 {font-size: 16px;}
	p {font-size: 14px;}
}

/* Global Site Container */
#website {
	top: 0px;
	left: auto;
	width: auto;
}

/* Regular */
@media only screen and (min-width:870px) {
#website {height: 4800px;}
}
/* Tab */
@media only screen and (max-width:870px) {
#website {height: 5800px;}
}

/* Mobi  */
@media only screen and (max-width:560px) {
#website {height: 6100px;}
}


#bg {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 465px;
	background:#ffffff;
}

#background  {
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background:url("skins/Maison Catalogue RAW2/Services-Background.png");
    background-size: fill;
}


#home {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	background: white;
}
/* Regular */
@media only screen and (min-width:860px) {
#home {height: 600px;}
}

/* Tab */
@media only screen and (max-width:860px) {
#home {height: 600px;}
}

/* Mobi */
@media only screen and (max-width:560px) {
#home {height: 500px;}
}

#header_bar {
	position: fixed;
	width: 100%;
	height: 70px;
	background-color: white; 
	z-index: 5;
	}

/* Regular */
@media only screen and (min-width:860px) {
#header_bar {height: 70px;}
}

/* Mobi */
@media only screen and (max-width:860px) {
#header_bar {
height: 60px;}
}

/* Regular */
@media only screen and (min-width:1280px) {
.header_cont {
    width: 85%;
    max-width: 1200px;
    left: 12.5%;
    display: block;
	height: 70px;
}
}

/* Tab */
@media only screen and (max-width:1280px) {
.header_cont {
    width: 100%;
    left: 0%;
    display: block;
	height: 70px;
}
}


#contact_bt {
	top: 36px !important;
	position: absolute !important;
	left: 1251px;
	width: 78px;
	height: 12px;
}


#our_partners_bt {
	top: 36px !important;
	position: absolute !important;
	left: 1095px;
	width: 126px;
	height: 12px;
}


#services_bt {
	top: 36px !important;
	position: absolute !important;
	left: 985px;
	width: 78px;
	height: 12px;
}


#about_us_bt {
	top: 36px !important;
	position: absolute !important;
	left: 866px;
	width: 84px;
	height: 12px;
}


#home_bt {
	top: 36px !important;
	position: absolute !important;
	left: 787px;
	width: 48px;
	height: 12px;
}

#sidebar {
        margin-top: 70px;
        width: 100%;
        height: 400px;
}

/* Global */
#right_side_bar {
	top: 30%;
	background: rgba(0, 0, 0, 0.5);
}

/* Regular */
@media only screen and (min-width:860px) {
#right_side_bar {
	width: 60%;
	height: 100px;
        left: 40%;
}
}

/* Tab  */
@media only screen and (max-width:860px) {
#right_side_bar {
	width: 65%;
	height: 100px;
        left: 35%;
}
}

/* Mobi */
@media only screen and (max-width:560px) {
#right_side_bar {
	width: 75%;
	height: 110px;
        left: 25%;
}
}


/* Global */ 
	#maison_header {
		position: absolute !important;
		left: 10px;
		color: white;
		height: 28px;
		top: 0px ;
	}


/* Global */
#maison_info {
	text-align: left;
	color: #e8e4e1;
}

/* Reg */
@media only screen and (min-width:860px) {
#maison_info {
	top: 70px;
	left: 10px;
	width: 563px;
	height: 103px;
}
}

/* Tab */
@media only screen and (max-width:860px) {
#maison_info {
	top: 50px;
	left: 10px;
	width: 333px;
	height: 103px;
	text-align: left;
}
}

/* Mobi */
@media only screen and (max-width:560px) {
#maison_info {
	top: 60px;
	left: 10px;
	width: 263px;
	height: 103px;
	text-align: left;
}
}


/* Regular */
@media only screen and (min-width:860px) {
#logo {
	top: 5px !important;
	position: absolute !important;
	left: 15px;
	width: 115px;
	height: 60px;
	background:url("skins/Maison Catalogue RAW2/LOGO-BLACK-Header.png");
}
}

/* Mobi */
@media only screen and (max-width:860px) {
#logo {
	top: 5px !important;
	position: absolute !important;
	left: 15px;
	width: 96px;
	height: 50px;
	background:url("skins/Maison Catalogue RAW2/LOGO-BLACK-Header-Mobi.png");
}
}

/* Regular */
@media only screen and (min-width:860px) {
#logo_title {
	top: 30px !important;
	position: absolute !important;
	left: 145px;
	width: 225px;
	height: 15px;
	background:url("skins/Maison Catalogue RAW2/TITLE-BLACK-Header.png");
}
}

/* Mobi */
@media only screen and (max-width:860px) {
#logo_title {
	top: 25px !important;
	position: absolute !important;
	left: 130px;
	width: 225px;
	height: 15px;
	background:url("skins/Maison Catalogue RAW2/TITLE-BLACK-Header.png");
}
}

/* Mobi */
@media only screen and (max-width:460px) {
#logo_title {
	top: 25px !important;
	position: absolute !important;
	left: 130px;
	width: 225px;
        display: none;
	height: 15px;
	background:url("skins/Maison Catalogue RAW2/TITLE-BLACK-Header.png");
}
}


/* Regular */
@media only screen and (min-width:860px) {
#mission-box {
	top: 600px !important;
	position: absolute !important;
	left: 0px;
	width: 100%;
	height: 750px;
	background: white;
}
}

/* Mobi */
@media only screen and (max-width:860px) {
#mission-box {
	top: 500px !important;
	position: absolute !important;
	left: 0px;
	width: 100%;
	height: 1000px;
	background: white;
}
}

/* Global */
#mission-cont {
	top: 100px !important;
	position: absolute !important;
	left: 10%;
	width: 550px;
	height: 200px;
        background-image: linear-gradient(to right, white , #ebebeb);
}

/* Regular */
@media only screen and (min-width:900px) {
#mission-cont {
	top: 100px !important;
	position: absolute !important;
	left: 10%;
	width: 550px;
	height: 200px;
        background-image: linear-gradient(to right, white , #ebebeb);
}
}


/* Mobi */
@media only screen and (max-width:900px) {
#mission-cont {
	top: 80px !important;
	position: absolute !important;
	left: 2%;
	width: 550px;
	height: 200px;
        background-image: linear-gradient(to right, white , #ebebeb);
}
}

/* Reg */
@media only screen and (min-width:860px) {
#mission-pic  {
	top: 00px !important;
	position: absolute !important;
	width: 550px;
	left: 570px;
	height: 200px;
	background:url("skins/Maison Catalogue RAW2/Mission_pic.png");
}
}

/* Mobi */
@media only screen and (max-width:860px) {
#mission-pic  {
	top: 220px !important;
	position: absolute !important;
	width: 550px;
	left: 0px;
	height: 200px;
	background:url("skins/Maison Catalogue RAW2/Mission_pic.png");
}
}

/* Global Value Container */
#value-cont {
	position: absolute !important;
	width: 550px;
	height: 200px;
        background-image: linear-gradient(to right, #ebebeb, white);
}

/* Reg */
@media only screen and (min-width:860px) {
#value-cont {top: 330px !important;	right: 10%;}
}

/* Tab */
@media only screen and (max-width:860px) {
#value-cont {top: 520px !important;right: 10%;}
}

/* Mobi */
@media only screen and (max-width:560px) {
#value-cont {top: 520px !important;left: 10px;}
}

/* Global */
#value-pic  {
	position: absolute !important;
	width: 550px;
	height: 200px;
	background:url("skins/Maison Catalogue RAW2/Value_pic.png");
}

/* Reg */
@media only screen and (min-width:860px) {
#value-pic  {top: 0px !important; right: 570px;}
}

/* Mobi */
@media only screen and (max-width: 860px) {
#value-pic  {top: 220px !important; right: 0px;}
}

#mission_icon {
	top: 40px !important;
	position: absolute !important;
	width: 110px;
	height: 110px;
	background:url("skins/Maison Catalogue RAW2/MISSION-Logo.png");
}

@media only screen and (min-width: 560px) {
	#mission_icon {
		left: 20PX;
	}
}

@media only screen and (max-width: 560px) {
	#mission_icon {
		left: 00PX;
	}
}
/* Global */
#value_icon {
	position: absolute !important;
	width: 110px;
	top: 40px;
	height: 110px;
	background:url("skins/Maison Catalogue RAW2/VALUE-Logo.png");
}
/* Reg */
@media only screen and (min-width: 560px) {
	#value_icon {left: 20px;}
}

/* Mobi */
@media only screen and (max-width: 560px) {
	#value_icon {left: 10px;}
}


/* Global */
#our_mission_header {
	top: 0px !important;
	position: absolute !important;
    width: 200px;
	height: 28px;
}
/* Reg */
@media only screen and (min-width: 560px) {
	#our_mission_header {
		left: 150px;
	}
}
/* Mobi */
@media only screen and (max-width: 560px) {
	#our_mission_header {
		left: 135px;
	}
}

#our_mission_text {
	height: 150px;
	text-align: left;
    padding-right: 20px;
	color:#8e8d8d;
}

/* Reg */
@media only screen and (min-width: 560px) {
	#our_mission_text { 
		left: 150px;
		top: 58px;
		width: 380px;}
}
/* Mobi */
@media only screen and (max-width: 560px) {
	#our_mission_text { 
		left: 135px;
		top: 38px;
		width: 250px;}
}

/* Global */
#value_header {
	top: 0px !important;
	position: absolute !important;
    color: black;
	height: 28px;
}
/* Reg */
@media only screen and (min-width: 560px) {
	#value_header {left: 150px;}
}

/* Mobi */
@media only screen and (max-width: 560px) {
	#value_header {left: 135px;}
}

/* Global */
#value_text {
	height: 150px;
	text-align: left;
    padding-right: 20px;
	color:#8e8d8d;
}

/* Reg */
@media only screen and (min-width: 560px) {
#value_text {
	top: 58px;
	left: 150px;
	width: 400px;
}
}

/* Mobi */
@media only screen and (max-width: 560px) {
	#value_text {
		top: 38px;
		left: 135px;
		width: 240px;
	}
	}
/* Global */
	#african_dev {
		position: absolute;
		left: 0px;
		width: 100%;
		color: black;
	}
/* Reg */
@media only screen and (min-width:860px) {
#african_dev {
	top: 1150px;
    margin-top: 20px;
	height: 600px;
}
}

/* Mobi */
@media only screen and (max-width:860px) {
#african_dev {
	top: 1400px;
	height: 500px;
}
}

/* Reg */
@media only screen and (min-width:1175px) {
.african_dev_pic {
	margin-top: 70px;
	right: -40%;
        position: absolute;
	width: 160%;
        background-size: cover;
	background-image:url("skins/Maison Catalogue RAW2/African-Dev-Background.png");
          background-repeat: no-repeat;
        height: 100%;
}
}
/* Mobi 1 */
@media only screen and (max-width:1175px) {
.african_dev_pic {
	margin-top: 70px;
	left: -40%;
        position: absolute;
	width: 160%;
        background-size: cover;
	background-image:url("skins/Maison Catalogue RAW2/African-Dev-Background.png");
          background-repeat: no-repeat;
        height: 100%;
}
}

/* Reg */
@media only screen and (min-width:1175px) {
.african_pic {
	top: -20%;
	left: 100%;
        position: absolute;
	width: 455px;
        background-size: cover;
	background-image:url("skins/Maison Catalogue RAW2/Africa-Image.png");
          background-repeat: no-repeat;
        z-index: 3;
        height: 500px;
}
}
/* Mobi 1 */
@media only screen and (max-width:1175px) {
.african_pic {
	top:-20%;
	left: 95%;
        position: absolute;
	width: 455px;
        background-size: cover;
        z-index: 3;
	background-image:url("skins/Maison Catalogue RAW2/Africa-Image.png");
          background-repeat: no-repeat;
        height: 500px;
}
}

/* Mobi 2 */
@media only screen and (max-width:900px) {
.african_pic {
	top:-2%;
	left: 93%;
        position: absolute;
	width: 364px;
        background-size: cover;
	background-image:url("skins/Maison Catalogue RAW2/Africa-Image.png");
          background-repeat: no-repeat;
        z-index: 3;
        height: 400px;
}
}

/* Mobi 2 */
@media only screen and (max-width:550px) {
.african_pic {
	top:-120%;
	left: 20%;
        position: absolute;
	width: 364px;
        background-size: cover;
	background-image:url("skins/Maison Catalogue RAW2/Africa-Image.png");
          background-repeat: no-repeat;
        z-index: 3;
        height: 400px;
}
}


/* Reg */
@media only screen and (min-width:1500px) {
.african_dev_box {
	top: 30%;
	left: 0;
        position: absolute;
	width: 690px;
        height: 50%;
        z-index: 4;
	background: rgba(0, 0, 0, 0.5);
}
}

/* Reg/larger */
@media only screen and (min-width:1300px) {
.african_dev_box {
	top: 40%;
	left: 0;
        position: absolute;
	width: 45%;
        height: 50%;
        z-index: 4;
	background: rgba(0, 0, 0, 0.5);
}
}



/* Mobi/Tab */
@media only screen and (max-width:1350px) {
.african_dev_box {
	top: 40%;
	left: 0;
        position: absolute;
	width: 60%;
        height: 50%;
        z-index: 4;
	background: rgba(0, 0, 0, 0.5);
}
}

/* Reg */
@media only screen and (max-width:980px) {
.african_dev_box {
	top: 30%;
	left: -10%;
        position: absolute;
	width: 70%;
        height: 60%;
        z-index: 4;
	background: rgba(0, 0, 0, 0.5);
}
}

/* Reg */
@media only screen and (max-width:750px) {
.african_dev_box {
	top: 35%;
	left: -10%;
        position: absolute;
	width: 70%;
        height: 60%;
	background: rgba(0, 0, 0, 0.5);
}
}

/* Reg */
@media only screen and (max-width:550px) {
.african_dev_box {
	top: 560px;
	left: 0px;
        position: absolute;
	width: 100%;
        height: 370px;
	background: rgba(0, 0, 0, 1.0);
}
}



/* Reg */
@media only screen and (min-width:860px) {
.african_dev_header {
	margin-top: 10px !important;
	position: absolute !important;
	right: 10px;
	font-size: 28px;
        color: #e8e4e1;
        font-weight: bold;          
        font-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	height: 28px;
}
}

/* Mobi */
@media only screen and (max-width:860px) {
.african_dev_header {
	margin-top: 10px !important;
	position: absolute !important;
	right: 10px;
        left: 20%;
	font-size: 18px;
        color: #e8e4e1;
        font-weight: bold;  
        text-align: right;        
        font-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	height: 28px;
}
}

/* Reg */
@media only screen and (min-width:860px) {
.african_dev_text {
	top: 56px;
	right: 10px;
    left: 20%;
	height: 103px;
	text-align: right;
	color: #e8e4e1;
}
}

/* Mobi */
@media only screen and (max-width:860px) {
.african_dev_text {
	top: 56px;
	right: 10px;
    left: 20%;
	height: 103px;
	text-align: right;
	color: #e8e4e1;
}
}


/* Reg */
@media only screen and (min-width:860px) {
#about_us {
	top: 1820px;
	left: 0px;
    margin-top: 0px;
	width: 100%;
	height: 650px;
	background: white;
}
}

/* Mobi */
@media only screen and (max-width:860px) {
#about_us {
	top: 1950px;
    margin-top: 20px;
	left: 0px;
	width: 100%;
	height: 500px;
	background: white;
}
}

/* Mobi 2 */
@media only screen and (max-width:550px) {
#about_us {
	top: 2300px;
        margin-top: 20px;
	left: 0px;
	width: 100%;
	height: 500px;
	background: white;
}
}


/* Reg */
@media only screen and (min-width:1000px) {
#about_us_pic {
	top: 50px !important;
	position: absolute !important;
	left: 0px;
	width: 65%;
	height: 400px;
	background:url("skins/Maison Catalogue RAW2/about_us_pic.png");
}
}

/* Mobi */
@media only screen and (max-width:1000px) {
#about_us_pic {
	top: 50px !important;
	position: absolute !important;
	left: -20%;
	width: 65%;
	height: 400px;
	background:url("skins/Maison Catalogue RAW2/about_us_pic.png");
}
}

/* Mobi 2 */
@media only screen and (max-width:770px) {
#about_us_pic {
	top: 50px !important;
	position: absolute !important;
	left: -70%;
	width: 110%;
	height: 400px;
	background:url("skins/Maison Catalogue RAW2/about_us_pic.png");
}
}


/* Reg */
@media only screen and (min-width:1000px) {
#about_us_box {
        top: 50px;
	position: absolute !important;
	left: 65.5%;
	width: 34%;
	height: 400px;
}
}

/* Mobi */
@media only screen and (max-width:1000px) {
#about_us_box {
        top: 50px;
	position: absolute !important;
	left: 47.5%;
	width: 50%;
	height: 400px;
}
}

/* Mobi 2 */
@media only screen and (max-width:770px) {
#about_us_box {
        top: 50px;
	position: absolute !important;
	left: 40%;
	width: 80%;
	height: 400px;
}
}


#about_us_header {
	top: 0px !important;
	position: absolute !important;
	left: 10px;
	width: 192px;
	height: 28px;
        color: black;
}

/* Global */
#about_us_text {
	left: 10px;
	height: 350px;
	text-align: left;
	color:#8e8d8d;
}

/* Reg */
@media only screen and (min-width:860px) {
	#about_us_text {
		top: 60px;
		width: 90%;
	}
}

/* Mobi */
@media only screen and (max-width:860px) {
	#about_us_text {
		top: 30px;
		width: 70%;
	}
}

/* Reg */
@media only screen and (min-width:900px) {
#our_team {
	top: 2400px;
        margin-top: 40px;
	left: 0px;
	width: 100%;
	height: 850px;
        z-index: 3;
        background-color: black;
}
}

/* Mobi */
@media only screen and (max-width: 900px) {
#our_team {
	top: 2460px;
	left: 0px;
	width: 100%;
	height: 800px;
        z-index: 3;
        background-color: black;
}
}

/* Mobi 2 */
@media only screen and (max-width: 550px) {
#our_team {
	top: 2800px;
	left: 0px;
	width: 100%;
	height: 800px;
        z-index: 3;
        background-color: black;
}
}


#our_team_title {
	margin-top: 80px !important;
	position: absolute !important;
	left: 20%;
        width: 60%;
        text-align: center;
	font-size: 28px;
        color: #e8e4e1;
        font-weight: bold;          
        font-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	height: 28px;

}



#marius_box {
	top: 140px !important;
	position: absolute !important;
	left: 50%;
        transform: translate(-50%, 0%);
	width:  350px;
	height: 600px;
}



#marius_pic {
	top: 0px !important;
	position: absolute !important;
	left: 62px;
	width: 226px;
	height: 230px;
	background:url("skins/Maison Catalogue RAW2/marius_pic.png");
}



#marius_name {
	top: 230px;
	left: 0px;
	width: 100%;
	height: 35px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	color: white;
}

#marius_title {
	top: 260px;
	left: 0;
	width: 100%;
	height: 35px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: white;
}

#marius_oula_text {
	top: 320px;
	left: 0px;
	width: 100%;
	height: 444px;
	font-family: Raleway Regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color:white;
}

/* Reg */
@media only screen and (min-width:900px) {
#cleo_box {
	top: 120px !important;
	position: absolute !important;
	right: 10%;
	width:  350px;
	height: 600px;
}
}

/* Mobi */
@media only screen and (max-width:900px) {
#cleo_box {
	top: 820px !important;
	position: absolute !important;
	left: 50%;
        transform: translate(-50%, 0%);
	width:  350px;
	height: 600px;
}
}

/* Bigger screens */
@media only screen and (min-width:1200px) {
#cleo_box {
	top: 140px !important;
	position: absolute !important;
        right: 20%;
	width:  350px;
	height: 600px;
}
}

#cleopatra_pic {
	top: 0px !important;
	position: absolute !important;
	left: 62px;
	width: 226px;
	height: 230px;
	background:url("skins/Maison Catalogue RAW2/cleopatra_pic.png");
}

#cleo_name {
	top: 230px;
	left: 0px;
	width: 100%;
	height: 35px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	color: white;
}

#cleo_title {
	top: 260px;
	left: 0;
	width: 100%;
	height: 35px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: white;
}

#cleopatra_oula_text {
	top: 320px;
	left: 0px;
	width: 100%;
	height: 444px;
	font-family: Raleway Regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: white;
}

/* Reg */
@media only screen and (min-width:870px) {
#services {
	top: 3270px;
	left: 0;
	width: 100%;
	height: 600px;
        text-align: center;
}
}

/* Mobi */
@media only screen and (max-width:870px) {
#services {
	top: 3260px;
	left: 0;
	width: 100%;
	height: 620px;
        text-align: center;
        z-index: 2;
}
}

/* Mobi */
@media only screen and (max-width:550px) {
#services {
	top: 3550px;
	left: 0;
	width: 800%;
	height: 550px;
        text-align: center;
        z-index: 2;
}
}


#services_cont {
	top: 0;
	padding-left: 0px;
	width: 500px;
	height: 100%;
        background-color: #e8e4e1;
        text-align: center;
}

#services_header {
	top: 80px !important;
	position: absolute !important;
	left: 50px;
	height: 28px;
        color: black;
}

#services_1 {
	top: 135px;
	left: 50px;
	width: 400px;
	height: 49px;
	color: black;
}

#services_2 {
	top: 185px;
	left: 50px;
	width: 400px;
	height: 196px;
	color: black;
}


#services_3 {
	top: 360px;
	left: 50px;
	width: 400px;
	height: 49px;
	color: black;
}


#services_4 {
	top: 407px;
	left: 50px;
	height: 173px;
	text-align: center;
	color: black;
}

@media only screen and (min-width:550px) {
#services_1,#services_2,#services_3,#services_4,#services_header {
	width: 400px;
}
}

@media only screen and (max-width:550px) {
	#services_1,#services_2,#services_3,#services_4,#services_header {
		width: 65%;
	}
	}

/* Reg */
@media only screen and (min-width:870px) {
#our_partners {
	top: 3860px;
	left: 0;
	width: 100%;
	height: 500px;
        text-align: center;
        background-color: black;
}
}

/* Mobi */
@media only screen and (max-width:870px) {
#our_partners {
	top: 3880px;
	left: 0;
	width: 100%;
	height: 500px;
        text-align: center;
        background-color: black;
}
}

/* Mobi */
@media only screen and (max-width:550px) {
#our_partners {
	top: 4100px;
	left: 0;
	width: 100%;
	height: 500px;
        text-align: center;
        background-color: black;
}
}

/* Reg */
@media only screen and (min-width:500px) {
#our_partners_header {
	top: 100px !important;
	position: absolute !important;
	left: 0;
	width: 40%;
	height: 28px;
        color:  #e8e4e1;
}
}

/* Mobi */
@media only screen and (max-width:500px) {
#our_partners_header {
	top: 50px !important;
	position: absolute !important;
	left: 10px;
	width: 40%;
	height: 28px;
        color:  #e8e4e1;
}
}


/* Reg */
@media only screen and (min-width:500px) {
#our_partners_1 {
	top: 156px;
	left: 0px;
	width: 40%;
	height: 123px;
	text-align: center;
	color: #e8e4e1;
}
}

/* Mobi */
@media only screen and (max-width:500px) {
#our_partners_1 {
	top: 116px;
	left: 10px;
	width: 40%;
	height: 123px;
	text-align: center;
	color: #e8e4e1;
}
}

/* Reg */
@media only screen and (min-width:500px) {
#partners_pic {
	top: 50px !important;
	position: absolute !important;
	left: 40%;
	width: 60%;
	height: 400px;
	background:url("skins/Maison Catalogue RAW2/partners_pic.png");
}
}

/* Reg */
@media only screen and (max-width:500px) {
#partners_pic {
	top: 85px !important;
	position: absolute !important;
	left: 45%;
	width: 60%;
	height: 300px;
	background:url("skins/Maison Catalogue RAW2/partners_pic.png");
        background-size: cover;
}
}

/* Reg */
@media only screen and (min-width:870px) {
#contact_us {
	top: 4361px;
	left: 0px;
	width: 100%;
	height: 440px;
        background-color: white;
}
}

/* Tab */
@media only screen and (max-width:870px) {
#contact_us {
	top: 4380px;
	left: 0px;
	width: 100%;
	height: 1650px;
        background-color: white;
}
}

/* Mobi */
@media only screen and (max-width:550px) {
#contact_us {
	top: 4600px;
	left: 0px;
	width: 100%;
	height: 1650px;
        background-color: white;
}
}

#footer {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1000px;
}

/* Reg */
@media only screen and (min-width:600px) {
#contact_us_box {
top: 0px;
height: 100%;
width: 30%;
left: 10%
}
}



/* Mobi 2 */
@media only screen and (max-width:1000px) {
#contact_us_box {
top: 0px;
height: 100%;
width: 80%;
left: 10%
}
}

#get_in_touch_footer {
	top: 20px !important;
	position: absolute !important;
	left: 0;
	width: 100%;
	height: 28px;
	font-size: 28px;
        color: black;
        font-weight: bold;  
        text-align: center;        
        font-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}


#contact_us1 {
	top: 92px;
	left: 30px;
	width: 30%;
	height: 24px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: black;
}

#contact_us_details {
	top: 91px;
	left: 32%;
	width: 65%;
	height: 149px;
	font-family: Raleway Regular, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color:black;
}


/* Reg */
@media only screen and (min-width:800px) {
#social_media_box {
top: 0px;
height: 100%;
width: 30%;
right: 10%;
}
}

/* Mobi */
@media only screen and (max-width:800px) {
#social_media_box {
top: 300px;
height: 100%;
width: 80%;
right: 10%;
}
}


#social_media_footer {
	top: 20px !important;
	position: absolute !important;
	left: 0px;
	width: 100%;
	height: 16px;
	font-size: 28px;
        color: black;
        font-weight: bold;  
        text-align: center;        
        font-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}





#social_info {
	top: 91px;
	left: 50px;
	width: 200px;
	height: 65px;
	font-family: Raleway Regular, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color:black;
}


#youtube {
	top: 146px !important;
	position: absolute !important;
	left: 50px;
	width: 28px;
	height: 28px;
	background:url("skins/Maison Catalogue RAW2/youtube.png");
}


#google {
	top: 146px !important;
	position: absolute !important;
	left: 88px;
	width: 28px;
	height: 28px;
	background:url("skins/Maison Catalogue RAW2/google.png");
}


#facebook {
	top: 146px !important;
	position: absolute !important;
	left: 126px;
	width: 28px;
	height: 28px;
	background:url("skins/Maison Catalogue RAW2/facebook.png");
}


#instagram {
	top: 146px !important;
	position: absolute !important;
	left:164px;
	width: 28px;
	height: 28px;
	background:url("skins/Maison Catalogue RAW2/instagram.png");
}


#twitter {
	top: 146px !important;
	position: absolute !important;
	left: 202px;
	width: 28px;
	height: 28px;
	background:url("skins/Maison Catalogue RAW2/twitter.png");
}

/* Reg */
@media only screen and (min-width:800px) {
#logo_footer {
	top: 192px !important;
	position: absolute !important;
	width: 115px;
right: 50px;
	height: 60px;
	background:url("skins/Maison Catalogue RAW2/LOGO-BLACK-Header.png");
}
}

/* Mobi*/
@media only screen and (max-width:800px) {
#logo_footer {
	top: 412px !important;
	position: absolute !important;
	width: 115px;
right: 20px;
	height: 60px;
	background:url("skins/Maison Catalogue RAW2/LOGO-BLACK-Header.png");
}
}

/* Mobi 2*/
@media only screen and (max-width:500px) {
#logo_footer {
	top: 572px !important;
	position: absolute !important;
	width: 115px;
right: 20px;
	height: 60px;
	background:url("skins/Maison Catalogue RAW2/LOGO-BLACK-Header.png");
}
}

@media only screen and (min-width:1020px) {
		.dropbtn {

  display: none;
	}  }
.dropbtn {
  background-image:  url("skins/Maison Catalogue RAW2/menu.png");
    background-repeat: no-repeat;
    background-size: cover;
  background-color: transparent;
  position: absolute;
  padding: 14px;
  margin-top: 15px;
  right: 5px;
  font-size: 2px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
 float: right;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 250px;
  box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.8);
  z-index: 1;
  margin-right: -10px;
  top: 40px;
  right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #e8e4e1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #e8e4e1;
}

ul {
		display: block;
  list-style-type: none;
  margin-right: 10px;
  margin-top: 0px;
  padding: 0;
  float: right;
  height: 70px;
  overflow: hidden;
  color: black;
}

	@media only screen and (min-width:1020px) {
ul {
	}  }

li {
  float: right;
  height: 70px;
	  position: relative;
}

li a {
  display: block;
  color: black;
  height:70px;
  padding-left: 5px; 
  padding-right: 5px;
  padding-top: 28px;
  text-align: center;
  text-decoration: none;
}

	@media only screen and (max-width:1020px) {
li a {
  display: none;
	}  }
	
	a:link {
  text-decoration: none;
}

but {
  background-color: red;
  border-radius: 10px;
      padding: 12px 14px;
  text-align: center;
    float: right;
	margin-left: 12px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li :hover {
  background-color: #e8e4e1;
}
}

/* Carousel */

.pic-ctn {
  width: auto;
  height: auto;
  background-size: cover;
}

@keyframes display {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}


/* Regular */
@media only screen and (min-width:860px) {

.pic-ctn {
  width: 140%;
  height: 100%;
  left: -30%;
  overflow: hidden;
  margin-top: 70px;
  background-size: 400px 500px;
  background-position: right;
}
}

/* Mobi */
@media only screen and (max-width:860px) {

.pic-ctn {
  width: 200%;
  height: 90%;
  left: -100%;
  right: -100%;
  overflow: hidden;
  margin-top: 60px;
  background-size: 300px 400px;
  background-position: right;
}
}

/* Mobi 2 */
@media only screen and (max-width:560px) {

.pic-ctn {
  width: 290%;
  height: 90%;
  left: -170%;
  right: -150%;
  overflow: hidden;
  margin-top: 60px;
  background-size: 300px 400px;
  background-position: right;
}
}


.pic-ctn > img {
  position: absolute;
  background-size: 50%;
  top: 0;
  left: 0px;
  opacity: 0;
  animation: display 18s infinite;
}

img:nth-child(2) {
  animation-delay: 6s;
}
img:nth-child(3) {
  animation-delay: 12s;
}
